POST
/Export/Queued/
Gets the pending exports which are waiting in the export queue for the specified session.
Request
Method
Request URI
POST
/API/Export/Queued/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
The ID of the session.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
options
Type:
Dundas.BI.WebApi.Models.GetQueuedExportsOptions
Response
Response Body
An array of
Dundas.BI.WebApi.Models.ExportRequestOptions
containing the export request data, or a status code indicating the problem.